-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block Bindings: Fix console error when selecting a bound block #59598
Block Bindings: Fix console error when selecting a bound block #59598
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: -14 B (0%) Total Size: 1.71 MB
ℹ️ View Unchanged
|
This PR fixes an unwanted error in dev tools output that could be confusing for developers working with the new Block Bindings feature that is shipping with WP 6.5. The scope of the change is very limited and for these reasons I feel it is suitable for inclusion in WP 6.5 during the RC phase. |
I just cherry-picked this PR to the pick/wp-65-rc-2 branch to get it included in the next release: 3c42446 |
What?
This pull request introduced a bug that throws a console error when a user select a block that is bound.
In this pull request, I'm fixing it but using the appropriate property.
Why?
We shouldn't have errors.
How?
Using the proper property in the React icon.
Testing Instructions